home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / psych25.zip / FAQ.TXT < prev    next >
Text File  |  1996-04-12  |  3KB  |  73 lines

  1. The Psychedelic Screen Saver Collection - Version 2.5
  2. Copyright (C) 1995-1996
  3. All Rights Reserved
  4. http://www.halcyon.com/pixel/psych.htm
  5.  
  6. By Mike Irvine 
  7. EMAIL: pixel@halcyon.com
  8.  
  9.  
  10. This file contains a number of the questions that I get asked frequently by
  11. people using the Psychedelic Screen Saver Collection.
  12.  
  13.  
  14. 1) How come the colors don't "shift and undulate" in high/true color 
  15.    display modes?  
  16.  
  17.     While the screen savers should still work in high/true color modes, you 
  18.   will only get palette animation in 256 color video modes.
  19.  
  20.     In order to get some of the effects that they use, the screen savers use 
  21.   a palettized video mode. This means that colors are referenced by index 
  22.   rather than by RGB value. By using a palettized video mode, the screen 
  23.   savers can change the RGB value that corresponds to a particular palette 
  24.   index and the result is that all of the colors on the screen that use 
  25.   that index are immediately updated. Neither high or true color modes use 
  26.   a palette, so it is not possible to achieve the effects without manually 
  27.   updating the entire display. Since updating the entire display is far 
  28.   too slow, I didn't code the screen savers to do it. 
  29.  
  30.     On the bright side, Windows 95 supports dynamic video mode switching 
  31.   which means that the display mode can be changed without rebooting the 
  32.   system. Unfortunately, most of the drivers that are available now don't 
  33.   handle changes to different pixel depths very well. Once the video driver 
  34.   writers get their act together, I'll setup the screen savers to change to 
  35.   a palette based video mode when they start up and then change back when 
  36.   they are done. However, until then, we're stuck with the limitation :-(
  37.  
  38.  
  39. 2) How can I capture the images that the screen savers generate so that I can 
  40.    use them for my wallpaper, WWW pages, etc.
  41.  
  42.     Well, on Windows 3.1 and Windows 95 you can just press the "Print Screen" 
  43.   key and this will copy the image to the clipboard. From here, you can paste 
  44.   the image into your favorite image processing application and save/edit it. 
  45.  
  46.     On Windows NT, after the screen saver time-out period, the OS switches 
  47.   over to a secure desktop and then runs the screen saver. Because of this, 
  48.   pressing the "Print Screen" key will terminate the screen saver rather than 
  49.   copying the image to the clipboard. In order to avoid this behavior, you can 
  50.   run the screen savers (*.SCR files are just *.EXE files that have been 
  51.   renamed) from the command line or create icons for them. When you run them 
  52.   this way, you run them on the application desktop and the "Print Screen" key 
  53.   works just fine. 
  54.  
  55.  
  56. 3) Do you do custom screen saver development? 
  57.  
  58.     No.
  59.  
  60.  
  61. 4) Once I download the file, how do I set up the screen savers?
  62.  
  63.     The file that you've downloaded is actually an archive file that contains 
  64.   the collection of screen savers. In order to extract the individual files, 
  65.   you will need to obtain a program that can extraction files from a ZIP archive. 
  66.  
  67.     You can probably find a number of these archive programs from the SimTel 
  68.   archive on the internet. The most commonly used archive program is PKZ204G.EXE.
  69.  
  70.     In any case, once you have used the archive utility to extract the files from 
  71.   the archive file, follow the instructions in the README.TXT file on how to setup 
  72.   the screen savers.
  73.